XMLNode.Insert Function

Inserts NewChild before the position of RefChild. It optionally returns a reference to the inserted node as an XMLNode.

Syntax

result = XMLNode.Insert( NewChild, RefChild )

Parameters

NewChild

XMLNode

RefChild

XMLNode

Return Value

Result

XMLNode